home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / misc / lise20.lha / lise2.0 / mdl / src / mkmdl.sh < prev    next >
Text File  |  1993-03-31  |  287b  |  13 lines

  1. stack 10000
  2. Cset CCTEMP=ram:
  3. Cset FUNCLIST=WB:C_/include/lint/manx.c DBINIT=s:.dbinit
  4. Cset CLIB=wb:c_/lib
  5. Cset INCLUDE=WB:C_/include/
  6. strhead _passed "." $_passed
  7. if -f $_passed
  8.    del $_passed
  9.    del $_passed.o
  10. endif
  11. cc -DAMIGA -md -mc -fa $_passed
  12. ln $_passed  mdllib.o mal.lib cl.lib
  13.